box: Replace tabs with spaces
authorTimm Bäder <mail@baedert.org>
Sun, 27 Dec 2020 17:14:57 +0000 (18:14 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 3 Jan 2021 10:01:29 +0000 (11:01 +0100)
gtk/gtkbox.c

index f59595a3b0b6d95ce27803551df4271752bf6290..074d98d2a3dd76b632a84252b93921ffc941689f 100644 (file)
@@ -346,7 +346,7 @@ gtk_box_new (GtkOrientation orientation,
  */
 void
 gtk_box_set_homogeneous (GtkBox  *box,
-                        gboolean homogeneous)
+                         gboolean homogeneous)
 {
   GtkBoxLayout *box_layout;
 
@@ -393,7 +393,7 @@ gtk_box_get_homogeneous (GtkBox *box)
  */
 void
 gtk_box_set_spacing (GtkBox *box,
-                    int     spacing)
+                     int     spacing)
 {
   GtkBoxLayout *box_layout;
 
@@ -441,7 +441,7 @@ gtk_box_get_spacing (GtkBox *box)
  */
 void
 gtk_box_set_baseline_position (GtkBox             *box,
-                              GtkBaselinePosition position)
+                               GtkBaselinePosition position)
 {
   GtkBoxLayout *box_layout;